runtime.mLockProfile.cyclesLost (field)

6 uses

	runtime (current package)
		mprof.go#L655: 	cyclesLost int64        // (cputicks) contention for which we weren't able to record a call stack
		mprof.go#L688: 		prof.cyclesLost += cycles
		mprof.go#L702: 			prof.cyclesLost += cycles
		mprof.go#L705: 			prof.cyclesLost += prev
		mprof.go#L777: 	cycles, lost := prof.cycles, prof.cyclesLost
		mprof.go#L778: 	prof.cycles, prof.cyclesLost = 0, 0